Headless Login

  • Used to store extracted application launch data for deep linking scenarios.

    You can construct an AppLaunchData object in your UIApplicationDelegate.application(:openURL:options:) by either forwarding the url to the initializer or first creating a ClientConfiguration.RedirectPayload and forwarding that to the initializer.

    See more

    Declaration

    Swift

    public enum AppLaunchData : Equatable